github.com/go-pg/pg/v10/orm.structTableModel.IsNil (method, view implemented interface methods)
5 uses
github.com/go-pg/pg/v10/orm (current package)
model_table_struct.go#L49: func (m *structTableModel) IsNil() bool {
model_table_struct.go#L222: if m.table.hasFlag(beforeUpdateHookFlag) && !m.IsNil() {
model_table_struct.go#L229: if m.table.hasFlag(afterUpdateHookFlag) && !m.IsNil() {
model_table_struct.go#L236: if m.table.hasFlag(beforeDeleteHookFlag) && !m.IsNil() {
model_table_struct.go#L243: if m.table.hasFlag(afterDeleteHookFlag) && !m.IsNil() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)